projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef069ca
)
* configure.ac: Add error message for gfile on Nextstep.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Jan 2016 16:34:32 +0000
(16:34 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Jan 2016 16:34:32 +0000
(16:34 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 94007a495379bbc0a1ea855c96f855835df06e50..cddebd409b01e822f26dc65d9e90e76ed9140bd6 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2746,7
+2746,10
@@
dnl has been added in glib 2.24. It has been tested under
dnl GNU/Linux only.
case $with_file_notification,$NOTIFY_OBJ in
gfile,* | yes,)
- if test "${HAVE_NS}" != yes; then
+ if test "${HAVE_NS}" = yes; then
+ AC_MSG_ERROR(['--with-file-notification=gfile' is not supported.
+Consider kqueue instead.])
+ else
EMACS_CHECK_MODULES([GFILENOTIFY], [gio-2.0 >= 2.24])
if test "$HAVE_GFILENOTIFY" = "yes"; then
AC_DEFINE(HAVE_GFILENOTIFY, 1, [Define to 1 if using GFile.])